Skip to content

Commit 6505ef8

Browse files
Bump actions/upload-artifact from 5 to 6 (#115)
1 parent f0037b0 commit 6505ef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ./src
3838
run: dotnet test --no-build --no-restore --verbosity normal --logger "trx;LogFileName=test-results.trx" Sleddog.Blink1.Tests
3939

40-
- uses: actions/upload-artifact@v5
40+
- uses: actions/upload-artifact@v6
4141
if: success() || failure()
4242
with:
4343
name: test-results

.github/workflows/nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Pack
3939
working-directory: ./src
4040
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
41-
- uses: actions/upload-artifact@v5
41+
- uses: actions/upload-artifact@v6
4242
if: success() || failure()
4343
with:
4444
name: nuget-artifact

0 commit comments

Comments
 (0)