Skip to content

Commit

Permalink
Revert "ci: replace actions/upload-artifact@v3 with actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact@v…"

This reverts commit db86d33.
  • Loading branch information
lklimek authored Dec 13, 2024
1 parent 40ae73f commit 00bdcc2
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@v4
uses: actions/upload-artifact@v3
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@v4
uses: actions/upload-artifact@v3
if: github.event_name != 'release'
with:
name: dashmate
Expand Down

0 comments on commit 00bdcc2

Please sign in to comment.