Skip to content

Commit

Permalink
upgrade actions/upload-artifact to v4 (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed Sep 14, 2024
1 parent 197f636 commit 64a9c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Save Docker tag as artifact
run: echo "${{ steps.docker_meta.outputs.version }}" > docker_tag.txt
- name: Upload Docker tag artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker_tag
path: docker_tag.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bash ./scripts/release.sh ${{ matrix.platform }}

- name: upload artifact asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ github.event_name != 'release'}}
with:
name: rooch-${{ matrix.platform }}.zip
Expand Down

0 comments on commit 64a9c13

Please sign in to comment.