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 92ae22a commit 7d08a26Copy full SHA for 7d08a26
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
run: mv out/murphysec-${{ matrix.goos }}-${{ matrix.goarch }} out/murphysec-${{ matrix.goos }}-${{ matrix.goarch }}.exe
59
60
- name: Upload artifacts
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: murphysec-${{ matrix.goos }}-${{ matrix.goarch }}
64
path: out/*
@@ -70,7 +70,7 @@ jobs:
70
- build
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
74
75
- name: Show files
76
run: |
0 commit comments