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 1ab027e commit 8c2978dCopy full SHA for 8c2978d
.github/workflows/release-callee.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Download build artifacts from build-platform steps
15
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
16
with:
17
name: build-files
18
- name: List Files
19
run: ls
20
- name: Upload Assets to the GitHub Release
21
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v4
22
if: startsWith(github.ref, 'refs/tags/')
23
24
files: |
0 commit comments