Skip to content

Commit 0f74d73

Browse files
authored
Merge pull request #273 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents fefe3cc + cb6ce6b commit 0f74d73

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
@@ -60,7 +60,7 @@ jobs:
6060

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

0 commit comments

Comments
 (0)