Skip to content

Commit

Permalink
Upgrade artifact version (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik authored Jan 30, 2025
2 parents d7a8157 + c7ff4d8 commit 119eef3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up env with pixi goodness
uses: prefix-dev/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rate-limit-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Monitor GitHub API Rate Limit
env:
Expand All @@ -28,7 +28,7 @@ jobs:
echo "Rate limit logged to rate_limit.json"
- name: Upload rate limit log (optional)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rate-limit-log
path: rate_limit.json
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Vale
uses: errata-ai/vale-action@reviewdog
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout github-repo-stats
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: github-repo-stats
- name: Change directory and print it
Expand All @@ -39,7 +39,7 @@ jobs:
# because GHA pages job, only understands + seeks index keyword for a file name
working-directory: sayantikabanik/DataJourney/latest-report
- name: Upload HTML files to GitHub Pages
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: sayantikabanik/DataJourney/latest-report/
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 119eef3

Please sign in to comment.