Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7fc9203

Browse files
committed
change schedule
1 parent 596fb9b commit 7fc9203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-updater.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: "What is the packages (optionally version) you wish to force update on?"
1010
required: false
1111
schedule:
12-
- cron: "30 1-19/6 * * *"
12+
- cron: "0 3 * * *"
1313

1414
jobs:
1515
updater:
@@ -75,7 +75,7 @@ jobs:
7575
shell: powershell
7676
- name: Upload artifacts
7777
if: always()
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: artifacts
8181
path: |

0 commit comments

Comments
 (0)