Skip to content

Commit 63c6045

Browse files
Merge pull request #729 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e80f981 + 6762e26 commit 63c6045

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
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Upload Packages
7373
if: success() && github.event_name != 'pull_request'
74-
uses: actions/upload-artifact@v5
74+
uses: actions/upload-artifact@v6
7575
with:
7676
name: packages
7777
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)