We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ea1c0 commit 9a12b98Copy full SHA for 9a12b98
.github/workflows/stash/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
19
- name: Upload stash
20
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
21
with:
22
name: ${{ inputs.name }}
23
path: ${{ runner.temp }}/${{ inputs.name }}.tar.zst
.github/workflows/unstash/action.yml
@@ -13,7 +13,7 @@ runs:
13
using: "composite"
14
steps:
15
- name: Download stash
16
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
path: ${{ runner.temp }}
0 commit comments