Skip to content

Commit

Permalink
chore(deps-dev): update github artifact actions to v4 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent c02dac5 commit 6df2a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
docker save --output swagger-hub-controller-container.tar swagger-hub-controller:latest
- name: Upload image
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: swagger-hub-controller-container
path: swagger-hub-controller-container.tar
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
with:
version: v0.17.0
- name: Download swagger-hub-controller container
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a #v3.0.2
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: swagger-hub-controller-container
path: /tmp
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0

- name: Download swagger-hub-controller container
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: swagger-hub-controller-container
path: /tmp
Expand Down

0 comments on commit 6df2a40

Please sign in to comment.