Skip to content

Commit baabcd0

Browse files
Update GitHub Artifact Actions (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 165a019 commit baabcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet publish -c Release -f net10.0 -o out/${{ github.event.repository.name }}
2828

2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: ${{ github.event.repository.name }}
3333
path: out/${{ github.event.repository.name }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download artifacts
42-
uses: actions/download-artifact@v7.0.0
42+
uses: actions/download-artifact@v8.0.0
4343
with:
4444
name: ${{ github.event.repository.name }}
4545
path: out/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)