Skip to content

Commit

Permalink
Merge pull request #349 from RyoJerryYu/dependabot/github_actions/off…
Browse files Browse the repository at this point in the history
…icial-actions-d0a96f6820

chore(deps): bump the official-actions group with 4 updates
  • Loading branch information
RyoJerryYu authored May 15, 2024
2 parents f7f79bd + 3022253 commit f0d5cc2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Deploy to gh-pages should be in a git directory

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: blog-next
path: out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Deploy to gh-pages should be in a git directory

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: blog-next
path: out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
NEXT_PUBLIC_SITE_BASE_PATH: ${{ inputs.site-base-path }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: blog-next
path: out
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clipper-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cat ./public/data/clips.json
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: notion-clipper-archive
path: ${{ steps.notion_clipper_archive.outputs.save_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Deploy to gh-pages should be in a git directory

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: blog-next
path: out
Expand Down

0 comments on commit f0d5cc2

Please sign in to comment.