Skip to content

Commit 382e572

Browse files
chore(deps): update github artifact actions
1 parent 1508ab9 commit 382e572

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/publish-artifacts/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
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

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)