Skip to content

Commit

Permalink
try fixing the failure of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 11, 2024
1 parent cfe6290 commit d8e953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make install
- name: Upload artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: libpgf-linux
path: |
Expand Down

0 comments on commit d8e953e

Please sign in to comment.