Skip to content

Commit

Permalink
Switch to v4 of upload/download artifact Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops authored Nov 6, 2024
1 parent c9efcda commit 0625c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ An example of use is below. Note that the custom inputs, such as if you are wan
env:
GITHUB_PAT: ${{ secrets.PAT }} # you need to set a PAT
- name: Upload CSV
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ghas-data
path: ${{ github.workspace }}/*.csv
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
GITHUB_PAT: ${{ secrets.PAT }} # needed if not running against the current repository
SCOPE_NAME: "OWNER-NAME/REPO-NAME" # repository name, needed only if not running against the current repository
- name: Upload CSV
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ghas-data
path: ${{ github.workspace }}/*.csv
Expand All @@ -139,7 +139,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- name: Download CSVs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ghas-data
- name: Tiny http server moment # Flat can only use HTTP or SQL, so ... yeah.
Expand Down

0 comments on commit 0625c56

Please sign in to comment.