We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa11aae commit 9f7a5ffCopy full SHA for 9f7a5ff
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
extra-build-deps: lintian
29
30
- name: Upload debian package as artifact
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@4.6.2
32
with:
33
name: deb
34
path: debian/artifacts
.github/workflows/release-published.yml
@@ -16,7 +16,6 @@ jobs:
16
commit: ${{ github.sha }}
17
18
- name: Release tailscale-initramfs on Github Pages repository
19
- # peternewman/apt-repo-action@globs
20
uses: peternewman/apt-repo-action@ff037894ae6f9a6a40c56f0993d083adc23b7986
21
22
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments