File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/publish-artifacts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 path : ${{ runner.temp }}/_artifacts/deployables
6060 if : always()
6161 - name : 📢 Upload deployables-LKG
62- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6363 with :
6464 name : deployables-LKG-${{ runner.os }}
6565 path : ${{ runner.temp }}/_artifacts/deployables-LKG
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 run : dotnet --info
152152
153153 - name : Download Build Artifacts
154- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
154+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
155155 with :
156156 name : deployables-Windows
157157 path : deployables
@@ -291,7 +291,7 @@ jobs:
291291 working-directory : test/Nerdbank.GitVersioning.Benchmarks
292292
293293 - name : Publish benchmarks artifacts
294- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
294+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
295295 with :
296296 name : benchmarks-${{ matrix.os }}
297297 path : ${{ runner.temp }}/_artifacts/benchmarks
You can’t perform that action at this time.
0 commit comments