Skip to content

Commit c68f2e1

Browse files
authored
fix version of upload-artifact (#89)
1 parent 1441ccf commit c68f2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
vijos/jd4 /bin/bash -c "source /venv/bin/activate && python3 -m unittest -v jd4.integration_test"
5959
6060
- name: Upload vijos/jd4 as artifact
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: jd4-img
6464
path: /tmp/jd4.tar
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/setup-buildx-action@v1
7373

7474
- name: Download artifact
75-
uses: actions/download-artifact@v4.1.7
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: jd4-img
7878
path: /tmp

0 commit comments

Comments
 (0)