Skip to content

Commit 0dffa08

Browse files
authored
Merge pull request #179 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents b91b730 + ba5def8 commit 0dffa08

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
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload Packages
5656
if: success() && github.event_name != 'pull_request'
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: packages
6060
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)