File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 echo "All binaries validated successfully"
133133
134134 - name : Upload binaries
135- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
136136 with :
137137 name : go-binaries
138138 path : bin/
@@ -231,7 +231,7 @@ jobs:
231231 echo "All RPM packages validated successfully"
232232
233233 - name : Upload RPM packages (${{ matrix.distro }})
234- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
234+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
235235 with :
236236 name : rpm-${{ matrix.distro }}
237237 path : dist/packages/*.rpm
@@ -339,7 +339,7 @@ jobs:
339339 echo "All DEB packages validated successfully"
340340
341341 - name : Upload DEB packages (${{ matrix.distro }})
342- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
342+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
343343 with :
344344 name : deb-${{ matrix.distro }}
345345 path : dist/packages/*.deb
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 cat reports/libyear.txt
144144
145145 - name : Upload libyear reports
146- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
147147 with :
148148 name : libyear-reports
149149 path : reports/
Original file line number Diff line number Diff line change 6363 $(go env GOPATH)/bin/actionlint -shellcheck=""
6464
6565 - name : Upload STATUS.md as artifact
66- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767 with :
6868 name : project-status
6969 path : STATUS.md
Original file line number Diff line number Diff line change 6969 ls -la bin/
7070
7171 - name : Upload binaries
72- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373 with :
7474 name : go-binaries
7575 path : bin/
@@ -199,7 +199,7 @@ jobs:
199199 rm -rf /tmp/rpm-check
200200
201201 - name : Upload RPM packages (${{ matrix.distro }})
202- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
202+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
203203 with :
204204 name : rpm-${{ matrix.distro }}
205205 path : dist/packages/*.rpm
@@ -319,7 +319,7 @@ jobs:
319319 rm -rf /tmp/deb-check
320320
321321 - name : Upload DEB packages (${{ matrix.distro }})
322- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
322+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
323323 with :
324324 name : deb-${{ matrix.distro }}
325325 path : dist/packages/*.deb
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 cat security-report.md
175175
176176 - name : Upload Security Report
177- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
177+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
178178 with :
179179 name : security-report-${{ github.run_number }}
180180 path : security-report.md
You can’t perform that action at this time.
0 commit comments