Skip to content

Commit 8d626b0

Browse files
authored
Merge pull request #24 from loresoft/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents e75da09 + cf0485a commit 8d626b0

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Upload Packages
5858
if: success() && github.event_name != 'pull_request'
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: packages
6262
path: '${{env.BUILD_PATH}}'

0 commit comments

Comments
 (0)