There was an error while loading. Please reload this page.
1 parent 2fb3e5e commit 9b8394cCopy full SHA for 9b8394c
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Compress
79
if: runner.os != 'Windows'
80
run: zip -r9 AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}.zip dist/*
81
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
82
with:
83
name: AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}
84
path: AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}*
@@ -88,7 +88,7 @@ jobs:
88
needs: [ build ]
89
steps:
90
- uses: actions/checkout@v4
91
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
92
- name: Display structure of downloaded files
93
run: ls -R
94
- name: Release
0 commit comments