Skip to content

Commit 2ac90f4

Browse files
chore(deps): update github artifact actions (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c49a3cf commit 2ac90f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)