Skip to content

Commit 2442966

Browse files
Upgrading github action for upload/download artificat to v4
1 parent 4c19fe1 commit 2442966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release-docker-lite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ jobs:
236236
ls -l /tmp
237237
238238
- name: Upload build artifacts
239-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
239+
uses: actions/upload-artifact@v4
240240
with:
241241
name: gotty-linux-amd64-${{ github.run_id }}
242242
path: /tmp/linux_amd64/gotty
243243
- name: Upload build artifacts
244-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
244+
uses: actions/upload-artifact@v4
245245
with:
246246
name: gotty-linux-arm64-${{ github.run_id }}
247247
path: /tmp/linux_arm64/gotty

0 commit comments

Comments
 (0)