Skip to content

Commit

Permalink
Revert to version 3 of download and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Dec 20, 2023
1 parent 1c8b682 commit 8ffe1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: digests
path: /tmp/digests/*
Expand All @@ -103,7 +103,7 @@ jobs:
- build-prod
steps:
- name: Download digests
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit 8ffe1d9

Please sign in to comment.