Skip to content

Commit

Permalink
Merge pull request #67 from draios/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jcorley-sysdig authored Apr 11, 2024
2 parents 39e2ef4 + 186921e commit d3aa4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ runs:
outputs: type=docker,dest=/tmp/${{ inputs.gh_artifact_name }}.tar

- name: Upload image as github artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ inputs.upload_artifact == 'true' && inputs.build == 'true' }}
with:
name: ${{ inputs.gh_artifact_name }}
Expand Down

0 comments on commit d3aa4bd

Please sign in to comment.