Skip to content

Commit

Permalink
Bump upload- and download-artifact to v4 (#3798)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Sep 12, 2024
1 parent 85ea1c0 commit 9a12b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash

- name: Upload stash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}/${{ inputs.name }}.tar.zst
2 changes: 1 addition & 1 deletion .github/workflows/unstash/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- name: Download stash
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}
Expand Down

0 comments on commit 9a12b98

Please sign in to comment.