Skip to content

Commit 9b8394c

Browse files
chore(deps): update github artifact actions
1 parent 2fb3e5e commit 9b8394c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Compress
7979
if: runner.os != 'Windows'
8080
run: zip -r9 AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}.zip dist/*
81-
- uses: actions/upload-artifact@v4
81+
- uses: actions/upload-artifact@v6
8282
with:
8383
name: AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}
8484
path: AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}*
@@ -88,7 +88,7 @@ jobs:
8888
needs: [ build ]
8989
steps:
9090
- uses: actions/checkout@v4
91-
- uses: actions/download-artifact@v4
91+
- uses: actions/download-artifact@v7
9292
- name: Display structure of downloaded files
9393
run: ls -R
9494
- name: Release

0 commit comments

Comments
 (0)