Skip to content

Commit 1d35dfc

Browse files
authored
Merge pull request #2149 from getsops/dependabot/github_actions/ci-4684ddd577
build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the ci group
2 parents f11139e + 3d85044 commit 1d35dfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969

7070
- name: Upload artifact for ${{ matrix.os }}
7171
if: matrix.os != 'windows'
72-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373
with:
7474
name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7575
path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7676

7777
- name: Upload artifact for ${{ matrix.os }}
7878
if: matrix.os == 'windows'
79-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
79+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080
with:
8181
name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}
8282
path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)