Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed May 25, 2024
1 parent 57ed2d5 commit 2092e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lilypond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand All @@ -34,7 +34,7 @@ jobs:
--env VARIANTS_PDF
image: my-lilydock:${{ env.LILYPOND_VERSION }}
run: make --environment-overrides pdf
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pdfs
path: PDF/*/*.pdf

0 comments on commit 2092e09

Please sign in to comment.