Skip to content

Commit

Permalink
Bump actions/upload-artifact in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent f03553c commit ba55508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix $VERSION_SUFFIX

- name: Publish artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./artifacts/*.nupkg

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix $VERSION_SUFFIX

- name: Publish artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./artifacts/*.nupkg
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Publish artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./artifacts/*.nupkg

Expand Down

0 comments on commit ba55508

Please sign in to comment.