Skip to content

Commit

Permalink
Merge pull request #1086 from renovate-bot/renovate/actions-download-…
Browse files Browse the repository at this point in the history
…artifact-4.x

Update actions/download-artifact action to v4.1.2
  • Loading branch information
openshift-merge-bot[bot] authored Feb 6, 2024
2 parents c9248a0 + fa5e4ac commit 3d91f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
MINIO_NAMESPACE=minio-tls MINIO_USE_TLS=1 ./hack/run-minio.sh
- name: Load operator container artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: volsync-operator
path: /tmp
Expand All @@ -355,7 +355,7 @@ jobs:
volsync-ghaction ./helm/volsync
- name: Load cli artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: kubectl-volsync
path: bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Load container artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: ${{ inputs.artifact-name }}
path: /tmp
Expand Down

0 comments on commit 3d91f09

Please sign in to comment.