Skip to content

Commit

Permalink
update: update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavjeet committed Jan 16, 2025
1 parent 059bf8c commit a5122ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: npm run storybook:build

- name: Upload storybook
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
with:
name: storybook-files
path: build/storybook
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}

- name: Download storybook files
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@v4
with:
name: storybook-files
path: storybook-files
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
echo "" > assets_version/assets_version.txt
- name: Upload assets version
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
with:
name: assets-version
path: public/static/assets_version
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}

- name: Download assets version
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@v4
with:
name: assets-version
continue-on-error: true
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
mv build/*.zip build/release-assets/
- name: Upload artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
with:
name: release-assets
path: build/release-assets
Expand All @@ -416,7 +416,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Download release artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@v4
with:
name: release-assets
path: build
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Download release artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@v4
with:
name: release-assets
path: release-assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Upload the results as artifacts (optional).
- name: 'Upload artifact'
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
with:
name: SARIF file
path: results.sarif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: bun run workflow:build-plugin

- name: Upload bundle
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
with:
name: web-stories
path: build/web-stories
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Download bundle
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@v4
with:
name: web-stories

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
COMPOSE_INTERACTIVE_NO_CLI: true

- name: Upload artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@v4
if: always()
with:
name: failures-artifacts
Expand Down

0 comments on commit a5122ee

Please sign in to comment.