Skip to content

Commit

Permalink
refactor: updating GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 4, 2025
1 parent ca6a600 commit 7c02c72
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 7c02c72

Please sign in to comment.