Skip to content

Commit

Permalink
Merge pull request #271 from estesp/migrate-upload-artifact
Browse files Browse the repository at this point in the history
Update deprecated update-artifact action
  • Loading branch information
estesp authored Oct 11, 2024
2 parents 95a4498 + a1699e6 commit 4487583
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 @@ -43,7 +43,7 @@ jobs:
working-directory: src/github.com/estesp/manifest-tool

- name: Save release notes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mtool-release-notes
path: src/github.com/estesp/manifest-tool/release-notes.md
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
working-directory: src/github.com/estesp/manifest-tool

- name: Save build binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: manifest-tool-binaries
path: src/github.com/estesp/manifest-tool/*.tar.gz*
Expand Down

0 comments on commit 4487583

Please sign in to comment.