Skip to content

Commit 67d307b

Browse files
authored
Merge pull request #68 from loresoft/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f31e7e8 + 6decc24 commit 67d307b

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
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload Packages
6969
if: success() && github.event_name != 'pull_request'
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: packages
7373
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)