Skip to content

Commit 2270370

Browse files
authored
Merge pull request #167 from loresoft/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 24b2ca8 + 3ca0585 commit 2270370

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
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload Packages
7272
if: success() && github.event_name != 'pull_request'
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: packages
7676
path: '${{env.BUILD_PATH}}'

0 commit comments

Comments
 (0)