Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update actions/upload-artifact action to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 9a3ab04 commit eee443b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ jobs:
Move-Item -Path out\JustArchiNET.Madness.*.snupkg "out\JustArchiNET.Madness.snupkg"
- name: Upload Madness.nupkg
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.os }}_Madness.nupkg
path: out/JustArchiNET.Madness.nupkg

- name: Upload Madness.snupkg
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.os }}_Madness.snupkg
path: out/JustArchiNET.Madness.snupkg
Expand Down Expand Up @@ -149,13 +149,13 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: SHA512SUMS.sign
path: out/SHA512SUMS.sign
Expand Down

0 comments on commit eee443b

Please sign in to comment.