Skip to content

Commit

Permalink
Bump actions/upload-artifact and actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Mar 15, 2024
1 parent aae7e16 commit 098cbc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make build

- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
with:
name: binaries
path: build/*/psysh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phar-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
coverage: none

- name: Download build artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: binaries
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make build

- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
with:
name: binaries
path: build/*/psysh
Expand Down

0 comments on commit 098cbc6

Please sign in to comment.