Skip to content

Commit c812608

Browse files
authored
Merge pull request #251 from loresoft/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f3f45e6 + 10f0685 commit c812608

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
@@ -55,7 +55,7 @@ jobs:
5555

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

0 commit comments

Comments
 (0)