Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; up/down v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 22, 2024
1 parent ebe9279 commit 10eb324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# Upload the Builds to ZIP file with existing SHA in .hex names
- name: Upload Artifacts
id: artifact-upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}
path: obj/*.hex
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
continue-on-error: true

- name: download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.artifact }} #no name parameter will download all artifacts, but create separate subfolders
path: obj
Expand Down

0 comments on commit 10eb324

Please sign in to comment.