Skip to content

Commit 3ffd948

Browse files
Merge pull request #168 from loresoft/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents accfd5f + 3f6abe8 commit 3ffd948

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
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload Packages
6868
if: success() && github.event_name != 'pull_request'
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: packages
7272
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)