Skip to content

Commit 04aab74

Browse files
authored
Merge pull request #249 from loresoft/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 59988d8 + 42008d8 commit 04aab74

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@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: packages
6666
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)