Skip to content

Commit a8cee3a

Browse files
Bump actions/upload-artifact from 5 to 6 (#44)
1 parent d916518 commit a8cee3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
run: tar -cvf ../../test-components.tar *.wasm*
4040
working-directory: ./lib/test
4141
- name: Upload components.tar
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: components.tar
4545
path: components.tar
4646
retention-days: 7
4747
- name: Upload test-components.tar
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: test-components.tar
5151
path: test-components.tar

0 commit comments

Comments
 (0)