Skip to content

Commit

Permalink
checkout + download v3
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Apr 30, 2023
1 parent 4817992 commit 85cb733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ jobs:
family: debian
release: latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# get binaries created by other jobs
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
# get secret signing key
- run: echo "${{ secrets.PACKAGE_SIGNING_KEY }}" > signing_key.asc
# organize SSH deploy key for nagstamon-jekyll repo
Expand Down

0 comments on commit 85cb733

Please sign in to comment.