Skip to content

Commit e928f19

Browse files
chore(deps): update github artifact actions
1 parent 3e4e922 commit e928f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scheduler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SPONSORKIT_MOONCELL_PATH: './assets/data.csv'
3232

3333
- name: Upload generated files
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: generated
3737
path: |
@@ -51,7 +51,7 @@ jobs:
5151
ossutil-config: ${{ secrets.OSSUTIL_CONFIG }}
5252

5353
- name: Download results
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: generated
5757
path: ${{ github.workspace }}/generated

0 commit comments

Comments
 (0)