File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 - name : Publish generic
1818 run : dotnet publish YandexKeyExtractor/YandexKeyExtractor.csproj -c Release -o out/generic -p:UseAppHost=false
1919 - name : Upload generic artifacts
20- uses : actions/upload-artifact@v6
20+ uses : actions/upload-artifact@v7
2121 with :
2222 name : ${{ github.event.repository.name }}
2323 path : out/generic
2424 - name : Publish Windows version
2525 run : dotnet publish YandexKeyExtractor/YandexKeyExtractor.csproj -c Release -o out/win -p:PublishSingleFile=true -p:PublishTrimmed=true -r win-x64
2626 - name : Upload Windows artifacts
27- uses : actions/upload-artifact@v6
27+ uses : actions/upload-artifact@v7
2828 with :
2929 name : ${{ github.event.repository.name }}-Windows
3030 path : out/win
@@ -36,13 +36,13 @@ jobs:
3636
3737 steps :
3838 - name : Download generic artifacts
39- uses : actions/download-artifact@v7 .0.0
39+ uses : actions/download-artifact@v8 .0.0
4040 with :
4141 name : ${{ github.event.repository.name }}
4242 path : out/${{ github.event.repository.name }}
4343
4444 - name : Download Windows artifacts
45- uses : actions/download-artifact@v7 .0.0
45+ uses : actions/download-artifact@v8 .0.0
4646 with :
4747 name : ${{ github.event.repository.name }}-Windows
4848 path : out/${{ github.event.repository.name }}-Windows
You can’t perform that action at this time.
0 commit comments