Skip to content

Commit e390c6a

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1 (#1014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a9f8d0 commit e390c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
--jobs=2
130130
- name: Save container image
131131
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
132+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
133133
with:
134134
name: ${{ github.sha }}-${{ matrix.arch }}
135135
path: ${{ github.sha }}-${{ matrix.arch }}.tar

0 commit comments

Comments
 (0)