Skip to content

Commit c2a6dfa

Browse files
chore(deps): update github artifact actions
1 parent e6d5d03 commit c2a6dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_test_build_fake_prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build all platforms:arch
3838
run: make ci/fake-prerelease
3939
- name: Upload artifacts for next job
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: windows-packages
4343
path: dist/nri-*.zip
@@ -55,7 +55,7 @@ jobs:
5555
- shell: bash
5656
run: git tag "$TAG"
5757
- name: Download artifact from previous job
58-
uses: actions/download-artifact@v4
58+
uses: actions/download-artifact@v6
5959
with:
6060
name: windows-packages
6161
- name: Extract .exe

0 commit comments

Comments
 (0)