Skip to content

Commit

Permalink
yet another attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 11, 2024
1 parent ad65cb8 commit 2fd2948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: libpgf-linux
- run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: libpgf-linux

Expand Down

0 comments on commit 2fd2948

Please sign in to comment.