Skip to content

Commit

Permalink
Merge pull request #14 from golioth/szczys/workflow-artifact-version
Browse files Browse the repository at this point in the history
workflows: update upload-action/download-action to v4
  • Loading branch information
szczys authored Dec 13, 2024
2 parents 7c43852 + be25438 commit db9444d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Run IDs are unique per repo but are reused on re-runs
- name: Save artifact
if: inputs.ARTIFACT == true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build_artifacts_${{ github.run_id }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build_artifacts_${{ github.run_id }}
path: ~/artifacts
Expand Down

0 comments on commit db9444d

Please sign in to comment.