Skip to content

Commit 49c91a8

Browse files
Merge pull request #114 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8aecbd2 + 74f5a32 commit 49c91a8

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
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload Packages
6464
if: success() && github.event_name != 'pull_request'
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: packages
6868
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)