Skip to content

Commit

Permalink
ci(workflows): bump artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Feb 13, 2025
1 parent a5e19f1 commit 1aa06e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ jobs:

# Upload these for use with the Docker build later
- name: Upload docker binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: ${{ env.PLATFORM_NAME }}
retention-days: 1

- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: ${{ steps.artifacts.outputs.file_name }}
Expand All @@ -161,7 +161,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts
Expand All @@ -182,7 +182,7 @@ jobs:
uses: actions/checkout@v2

- name: Download binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: binaries
path: artifacts/linux
Expand Down

0 comments on commit 1aa06e1

Please sign in to comment.