Skip to content

Commit 26e1446

Browse files
Merge pull request #96 from loresoft/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 800b096 + 6f74ecb commit 26e1446

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
@@ -50,7 +50,7 @@ jobs:
5050

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

0 commit comments

Comments
 (0)