Skip to content

Commit

Permalink
Upgraded artifact storage module in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Oct 28, 2022
1 parent 9374774 commit c475bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
shell: pwsh

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Binaries
path: binaries/*
path: binaries/

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
shell: pwsh

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Binaries
path: binaries/*
path: binaries/

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit c475bc9

Please sign in to comment.