We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1441ccf commit c68f2e1Copy full SHA for c68f2e1
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
vijos/jd4 /bin/bash -c "source /venv/bin/activate && python3 -m unittest -v jd4.integration_test"
59
60
- name: Upload vijos/jd4 as artifact
61
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
62
with:
63
name: jd4-img
64
path: /tmp/jd4.tar
@@ -72,7 +72,7 @@ jobs:
72
uses: docker/setup-buildx-action@v1
73
74
- name: Download artifact
75
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
76
77
78
path: /tmp
0 commit comments