Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
actions/upload-artifact and actions/download-artifact have
been deprecated and need updated.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Jan 8, 2025
1 parent 82a481d commit 3f25c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-docker-logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash
run: tar cvzf ./logs.tgz ./logs
- name: "Upload logs to GitHub"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ./logs.tgz

0 comments on commit 3f25c28

Please sign in to comment.