Skip to content

Commit

Permalink
update upload-artifacts action version (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Sep 10, 2024
1 parent 8963fd8 commit 468d2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: Archive bucket metadata
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: origin-bucket-metadata
path: origin-bucket-metadata.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=8192"

- name: Archive bucket metadata
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: origin-bucket-metadata
path: origin-bucket-metadata.json
Expand Down

0 comments on commit 468d2eb

Please sign in to comment.