Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 604373d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 5f87d89 commit a9864f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
IMAGE_NAME: ${{ inputs.image_name || vars.image_name || github.event.repository.name }}
ARTIFACT_RETENTION_DAYS: ${{ inputs.artifact_retention_days || vars.artifact_retention_days || 5 }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: ${{ env.IMAGE_NAME }}-${{ github.sha }}
path: /tmp/${{ env.IMAGE_NAME }}.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
NODE_VERSION: ${{ inputs.node_version }}
SOURCE_DIR: ${{ inputs.source_dir || vars.source_dir || 'src' }}
ARTIFACT_RETENTION_DAYS: ${{ inputs.artifact_retention_days || vars.artifact_retention_days || 5}}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: ${{ steps.build.outputs.file_name }}-${{ env.NODE_VERSION }}
path: ${{ env.SOURCE_DIR }}/${{ steps.build.outputs.file_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
zip -r lambda.zip .
- name: Archive
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: ${{ inputs.gh_artifact_name }}
path: ${{ inputs.gh_artifact_path }}
Expand Down

0 comments on commit a9864f5

Please sign in to comment.