Skip to content

Commit

Permalink
refactor: updated GitHub actions (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 23, 2025
1 parent a5f15ed commit 5e53b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/download-tar-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: ⬇ Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/upload-tar-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash

- name: ⬆ Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ inputs.name }}

0 comments on commit 5e53b3c

Please sign in to comment.