We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c19fe1 commit 2442966Copy full SHA for 2442966
.github/workflows/build-and-release-docker-lite.yml
@@ -236,12 +236,12 @@ jobs:
236
ls -l /tmp
237
238
- name: Upload build artifacts
239
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@v4
240
with:
241
name: gotty-linux-amd64-${{ github.run_id }}
242
path: /tmp/linux_amd64/gotty
243
244
245
246
name: gotty-linux-arm64-${{ github.run_id }}
247
path: /tmp/linux_arm64/gotty
0 commit comments