Skip to content

Commit 06bbfb7

Browse files
authored
Merge pull request #750 from loresoft/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9a3bd9e + 02cd303 commit 06bbfb7

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@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: packages
7777
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)