Skip to content

Commit

Permalink
ci: replace actions/upload-artifact@v3 with actions/upload-artifact@v4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Nov 29, 2024
1 parent 837e24c commit db86d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
ls -lah ${{ env.DIGEST_DIR_PATH }}
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.DIGEST_NAME }}
path: ${{ env.DIGEST_DIR_PATH }}/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
run: "${GITHUB_WORKSPACE}/scripts/pack_dashmate.sh ${{ matrix.package_type }}"

- name: Upload artifacts to action summary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.event_name != 'release'
with:
name: dashmate
Expand Down

0 comments on commit db86d33

Please sign in to comment.