Skip to content

Commit 9cb36cb

Browse files
authored
Update actions/download-artifact and actions/upload-artifact to v4 (#366)
1 parent 73724a6 commit 9cb36cb

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
@@ -89,7 +89,7 @@ jobs:
8989
sudo -u testbot bash -lc 'make build pack'
9090
9191
- name: Upload artifacts
92-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: dist
9595
path: |
@@ -104,7 +104,7 @@ jobs:
104104
image: ghcr.io/viamrobotics/canon:amd64
105105

106106
steps:
107-
- uses: actions/download-artifact@v3
107+
- uses: actions/download-artifact@v4
108108

109109
- name: Release
110110
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)