Skip to content

Commit

Permalink
Adaption to immutable artifacts with v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Apr 20, 2024
1 parent fea6941 commit 834a1c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Upload Results Artifact
uses: actions/upload-artifact@v4
with:
name: results
name: result-${{ matrix.artifact }}
path: proofing/ink-proof/${{ matrix.artifact }}.txt

# Upload website artifact
Expand Down Expand Up @@ -304,8 +304,9 @@ jobs:
# Download Ink Proof Results
- uses: actions/download-artifact@v4
with:
name: results
pattern: result-*
path: "results"
merge-multiple: true

# Create comment text
- name: Create Comment Text File
Expand Down

0 comments on commit 834a1c5

Please sign in to comment.