We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9f8d0 commit e390c6aCopy full SHA for e390c6a
1 file changed
.github/workflows/ci.yaml
@@ -129,7 +129,7 @@ jobs:
129
--jobs=2
130
- name: Save container image
131
run: podman save -o ${{ github.sha }}-${{ matrix.arch }}.tar --format oci-archive ${{ env.CI_IMG }}:${{ github.sha }}-${{ matrix.arch }}
132
- - uses: actions/upload-artifact@v7
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
133
with:
134
name: ${{ github.sha }}-${{ matrix.arch }}
135
path: ${{ github.sha }}-${{ matrix.arch }}.tar
0 commit comments