Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent cfac2f6 commit d3714cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
NEW_RELIC_ENABLED: false

- name: Upload a Coverage Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.5.0
with:
name: coverage
path: coverage/
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fetch-depth: 0

- name: Download Coverage Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: coverage
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Coverage Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: coverage
Expand Down

0 comments on commit d3714cd

Please sign in to comment.