Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4
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>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 492ea39 commit fe1992b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- run: |
echo '{"hello": "world"}' > artifact2.json
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact1
path: artifact1.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact2
path: artifact2.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact3
path: |
Expand Down

0 comments on commit fe1992b

Please sign in to comment.