Skip to content

Commit 1ee4ee9

Browse files
authored
Merge pull request #44 from loresoft/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9973bd5 + 04b683b commit 1ee4ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload Packages
5454
if: success() && github.event_name != 'pull_request'
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: packages
5858
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)