Skip to content

Commit

Permalink
bump actions/upload-artifact and actions/download-artifact to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 31, 2024
1 parent 8ee2a47 commit b60b6ba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
*.cache-to=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }},mode=max
-
name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: swarm-cronjob
name: swarm-cronjob-${{ env.PLATFORM_PAIR }}
path: ${{ env.DESTDIR }}
if-no-files-found: error

Expand All @@ -113,10 +113,11 @@ jobs:
uses: actions/checkout@v4
-
name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: swarm-cronjob
path: ${{ env.DESTDIR }}
pattern: swarm-cronjob-*
merge-multiple: true
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit b60b6ba

Please sign in to comment.