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 2b4e6e8 commit c897d44Copy full SHA for c897d44
.github/workflows/build-test.yml
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-latest
71
steps:
72
- name: Download artifacts
73
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
74
- name: Move files to the root
75
run: find -mindepth 2 -exec mv {} . \;
76
- name: Remove empty directories
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
run: |
${{ env.CMD }} ../../${{ env.OUTPUT_FILE }} ${{ env.APP_NAME }}
- name: Load Release URL File from release job
77
with:
78
name: release_url
79
- name: Get Release File Name & Upload URL
0 commit comments