Skip to content

Commit 0407b82

Browse files
ci(action): update github artifact actions (major) (#788)
ci(action): update github artifact actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 843a206 commit 0407b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: dotnet pack --configuration Release --no-build --no-restore --output ./artifacts
5353
shell: pwsh
5454
- name: 'Publish artifacts'
55-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656
with:
5757
name: ${{matrix.os}}
5858
path: './artifacts'
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: windows-latest
7070
steps:
7171
- name: 'Download artifact'
72-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
72+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7373
with:
7474
name: 'windows-latest'
7575
- name: 'NuGet login'

0 commit comments

Comments
 (0)