Skip to content

Commit 94e503c

Browse files
committed
bumped upload-artifact github action to v4
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md Ticket: none Changelog: none (cherry picked from commit c219971)
1 parent a0d775d commit 94e503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Prepare Artifacts for Uploading
3535
run: tar -zcvf /tmp/workspace.tgz ./ && mv /tmp/workspace.tgz ./
3636
- name: Upload The Workspace as Artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: workspace
4040
path: workspace.tgz

0 commit comments

Comments
 (0)