diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dc490c..83c2fea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: extra-build-deps: lintian - name: Upload debian package as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@4.6.2 with: name: deb path: debian/artifacts diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 863e865..1c1467b 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -16,7 +16,6 @@ jobs: commit: ${{ github.sha }} - name: Release tailscale-initramfs on Github Pages repository - # peternewman/apt-repo-action@globs uses: peternewman/apt-repo-action@ff037894ae6f9a6a40c56f0993d083adc23b7986 with: github_token: ${{ secrets.GITHUB_TOKEN }}