Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/detect-new-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
# Step 11: Upload artifacts for debugging and record-keeping
- name: Capture output artifacts
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: data-detection-${{ github.run_id }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-new-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Capture output artifacts (always runs, even if previous steps failed)
- name: Capture output files
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: token-detection-artifacts-${{ github.run_id }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=8192'

- name: Check Internal Links
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: >-
--root-dir $GITHUB_WORKSPACE/.vercel/output/static
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Upload Test Coverage
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-report-node-${{ env.NODE_VERSION }}
path: coverage/
Expand Down
Loading