Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com>
Co-authored-by: Amanda H. L. de Andrade Katz <amanda.katz@canonical.com>
  • Loading branch information
3 people authored Jan 5, 2024
1 parent b68f207 commit 4d2bfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_oci_image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
file: ${{ inputs.dockerfile }}
outputs: type=docker,dest=/tmp/${{ inputs.resource-name }}.tar
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.resource-name }}
path: /tmp/${{ inputs.resource-name }}.tar

0 comments on commit 4d2bfba

Please sign in to comment.