Skip to content

Commit

Permalink
GitHub Actions - Remove specific versions from uses of download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Sep 4, 2024
1 parent 5133d1f commit db429fd
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 @@ -22,7 +22,7 @@ jobs:
run: docker save libki-server > ${{ github.sha }}.debian.tar

- name: Upload image artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact
with:
name: ${{ github.sha }}.debian.tar
path: ${{ github.sha }}.debian.tar
Expand All @@ -34,7 +34,7 @@ jobs:
steps:

- name: Download image artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact
with:
name: ${{ github.sha }}.debian.tar
path: /tmp
Expand Down

0 comments on commit db429fd

Please sign in to comment.