We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d5d03 commit c2a6dfaCopy full SHA for c2a6dfa
.github/workflows/_test_build_fake_prerelease.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build all platforms:arch
38
run: make ci/fake-prerelease
39
- name: Upload artifacts for next job
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
41
with:
42
name: windows-packages
43
path: dist/nri-*.zip
@@ -55,7 +55,7 @@ jobs:
55
- shell: bash
56
run: git tag "$TAG"
57
- name: Download artifact from previous job
58
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
59
60
61
- name: Extract .exe
0 commit comments