Skip to content

Commit 2bfca60

Browse files
committed
Updates upload-artifact action version
Updates the GitHub Actions upload-artifact action to the latest major version. This ensures access to the latest features and improvements.
1 parent dd26f05 commit 2bfca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet test --configuration Release --no-build --verbosity normal
3333

3434
- name: Upload artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: nuget-packages
3838
path: '**/bin/Release/*.nupkg'

0 commit comments

Comments
 (0)