Skip to content

Commit 65d5c72

Browse files
authored
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows' (#132)
Co-authored-by: upbound-bot <null>
1 parent 39e097b commit 65d5c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
platforms: all
9090

9191
- name: Setup Docker Buildx
92-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
92+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
9393
with:
9494
version: ${{ env.DOCKER_BUILDX_VERSION }}
9595
install: true
@@ -119,7 +119,7 @@ jobs:
119119
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
120120

121121
- name: Upload Single-Platform Package
122-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
122+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
123123
with:
124124
name: package-${{ matrix.arch }}
125125
path: "*.xpkg"
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
139139

140140
- name: Download Single-Platform Packages
141-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
141+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
142142
with:
143143
path: .
144144
merge-multiple: true

0 commit comments

Comments
 (0)