Skip to content

Commit 31077a3

Browse files
authored
Merge pull request #351 from loresoft/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 7ade5df + f2606c4 commit 31077a3

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
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload Packages
6161
if: success() && github.event_name != 'pull_request'
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: packages
6565
path: "${{env.BUILD_PATH}}"

0 commit comments

Comments
 (0)