Skip to content

Commit

Permalink
fix version of upload-artifact (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
twd2 committed Sep 9, 2024
1 parent 1441ccf commit c68f2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
vijos/jd4 /bin/bash -c "source /venv/bin/activate && python3 -m unittest -v jd4.integration_test"
- name: Upload vijos/jd4 as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jd4-img
path: /tmp/jd4.tar
Expand All @@ -72,7 +72,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: jd4-img
path: /tmp
Expand Down

0 comments on commit c68f2e1

Please sign in to comment.