Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit a04ca3a

Browse files
committed
Bump upload-artifact action
1 parent 653da28 commit a04ca3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
tar czf /tmp/workspace.tar.gz .
6767
68-
- uses: actions/upload-artifact@v2
68+
- uses: actions/upload-artifact@v4
6969
with:
7070
name: workspace
7171
path: /tmp/workspace.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
tar czf /tmp/workspace.tar.gz .
142142
143-
- uses: actions/upload-artifact@v2
143+
- uses: actions/upload-artifact@v4
144144
with:
145145
name: workspace
146146
path: /tmp/workspace.tar.gz

0 commit comments

Comments
 (0)