Skip to content

Commit

Permalink
Update deprecated update-artifact action
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Oct 11, 2024
1 parent 95a4498 commit a1699e6
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 a1699e6

Please sign in to comment.