Skip to content

Commit 62a74e0

Browse files
authored
Merge pull request #80 from aneilmac/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 34f8cf8 + 6bd35c2 commit 62a74e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Pack
3131
run: dotnet pack -c Release --no-build src/NetWintun
3232
- name: Upload nupkg
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: NetWintun-nupkg
3636
path: src/NetWintun/bin/Release/NetWintun.*.nupkg

0 commit comments

Comments
 (0)