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 ed7cff6 commit ef1c358Copy full SHA for ef1c358
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
ls -la
67
68
- name: Upload artifact
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
with:
71
name: cpw-${{ matrix.goos }}-${{ matrix.arch }}${{ matrix.goarm }}
72
path: cpw-${{ matrix.goos }}-${{ matrix.arch }}${{ matrix.goarm != '' && 'v' || '' }}${{ matrix.goarm }}
@@ -76,7 +76,7 @@ jobs:
76
runs-on: ubuntu-latest
77
steps:
78
- name: Download artifacts
79
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
80
81
path: ./artifacts
82
0 commit comments