Skip to content

Commit d6cf041

Browse files
chore(deps): update actions/upload-artifact action to v4 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6868efb commit d6cf041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
dotnet-version: 9.0.x
2525
- run: dotnet pack src/ZaString -c Release -o ./artifacts
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: nuget
2929
path: artifacts/*.nupkg

0 commit comments

Comments
 (0)