Skip to content

Commit 8c2978d

Browse files
committed
update deprecated action download-artifact, bump other release action
1 parent 1ab027e commit 8c2978d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-callee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download build artifacts from build-platform steps
15-
uses: actions/download-artifact@v2
15+
uses: actions/download-artifact@v4
1616
with:
1717
name: build-files
1818
- name: List Files
1919
run: ls
2020
- name: Upload Assets to the GitHub Release
21-
uses: softprops/action-gh-release@v1
21+
uses: softprops/action-gh-release@v4
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
files: |

0 commit comments

Comments
 (0)