Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#264)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 13, 2024
1 parent 9197316 commit 2a4aebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
mkdir artifact
echo $GITHUB_SHA > artifact/sha
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact
path: artifact
Expand All @@ -28,12 +28,12 @@ jobs:
echo $GITHUB_SHA > artifact1/sha1
echo $GITHUB_SHA > artifact2/sha2
- name: Upload first
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact1
path: artifact1
- name: Upload second
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact2
path: artifact2

0 comments on commit 2a4aebd

Please sign in to comment.