Skip to content

Commit c917d89

Browse files
authored
Merge pull request #129 from serilog-contrib/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents a68c5b1 + bb22702 commit c917d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

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

0 commit comments

Comments
 (0)