Skip to content

Commit

Permalink
Merge pull request #464 from scala-steward-org/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-3.1.2
  • Loading branch information
exoego authored Feb 1, 2023
2 parents 3a19cd3 + 989258e commit 8831d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
run: echo ${{ github.event.number }} > PR_NUMBER

- name: Upload artifact with `PR_NUMBER`
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: PR_NUMBER
path: PR_NUMBER

- name: Upload artifact with `dist` folder
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: dist
path: dist/

- name: Upload artifact with `covertura.xml`
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: cobertura
path: coverage/cobertura-coverage.xml

0 comments on commit 8831d2d

Please sign in to comment.