File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments