Skip to content

Commit 8949819

Browse files
authored
Merge pull request #149 from dorssel/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 30208e5 + ae5deae commit 8949819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
dotnet pack --configuration Release --no-build
6161
6262
- name: Upload Package Artifact
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: nuget-package
6666
path: |

0 commit comments

Comments
 (0)