Skip to content

Commit

Permalink
fix: use v3 for artifacts upload and download
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Aug 5, 2024
1 parent c8806ec commit 1c6589e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:

- name: Upload artifact
if: inputs.semver != 'none'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.image-name }}
path: ~/${{ inputs.image-file }}
path: ~/artifacts

- name: Debug output
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-site-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload artifact
if: inputs.semver != 'none'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.image-name }}
path: ~/${{ inputs.image-file }}
path: ~/artifacts
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
continue-on-error: false
with:
name: ${{ matrix.image }}
Expand Down

0 comments on commit 1c6589e

Please sign in to comment.