Skip to content

Commit

Permalink
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] authored Apr 20, 2024
1 parent f888d82 commit 3cab838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: php builds/hyde --version

- name: Upload executable artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyde
path: builds/hyde
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Upload signature artifact
if: github.event.repository.full_name == 'hydephp/cli'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: signature
path: builds/hyde.sig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: php builds/hyde --version

- name: Upload executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyde
path: builds/hyde
Expand Down

0 comments on commit 3cab838

Please sign in to comment.