Skip to content

Commit 35bb0a1

Browse files
authored
Merge pull request #202 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 5417ab5 + 8f9ae5f commit 35bb0a1

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
@@ -66,7 +66,7 @@ jobs:
6666

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

0 commit comments

Comments
 (0)