We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 943a11d + 802a1ac commit cb78849Copy full SHA for cb78849
2 files changed
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
- run: make distro.tar
21
env:
22
BUILD_ID: ${{ github.sha }}
23
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
24
with:
25
name: distro
26
path: distro.tar
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
27
28
29
30
0 commit comments