Skip to content

Commit 9a12b98

Browse files
authored
Bump upload- and download-artifact to v4 (#3798)
1 parent 85ea1c0 commit 9a12b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stash/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818

1919
- name: Upload stash
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: ${{ inputs.name }}
2323
path: ${{ runner.temp }}/${{ inputs.name }}.tar.zst

.github/workflows/unstash/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Download stash
16-
uses: actions/download-artifact@v3
16+
uses: actions/download-artifact@v4
1717
with:
1818
name: ${{ inputs.name }}
1919
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)