Skip to content

Commit 4487583

Browse files
authored
Merge pull request #271 from estesp/migrate-upload-artifact
Update deprecated update-artifact action
2 parents 95a4498 + a1699e6 commit 4487583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: src/github.com/estesp/manifest-tool
4444

4545
- name: Save release notes
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: mtool-release-notes
4949
path: src/github.com/estesp/manifest-tool/release-notes.md
@@ -86,7 +86,7 @@ jobs:
8686
working-directory: src/github.com/estesp/manifest-tool
8787

8888
- name: Save build binaries
89-
uses: actions/upload-artifact@v2
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: manifest-tool-binaries
9292
path: src/github.com/estesp/manifest-tool/*.tar.gz*

0 commit comments

Comments
 (0)