Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hughess authored Oct 18, 2024
1 parent b4f79f0 commit 082ea51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: zip -r evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip . -x "*.git*"

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}
path: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip
Expand All @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v2

- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
path: .

Expand Down

0 comments on commit 082ea51

Please sign in to comment.