Skip to content

Commit e9d791f

Browse files
committed
upload-artifacts gh action depprecated
1 parent aa11aae commit e9d791f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
extra-build-deps: lintian
2929

3030
- name: Upload debian package as artifact
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@4.6.2
3232
with:
3333
name: deb
3434
path: debian/artifacts

.github/workflows/release-published.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
commit: ${{ github.sha }}
1717

1818
- name: Release tailscale-initramfs on Github Pages repository
19-
# peternewman/apt-repo-action@globs
2019
uses: peternewman/apt-repo-action@ff037894ae6f9a6a40c56f0993d083adc23b7986
2120
with:
2221
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)