Skip to content

Commit

Permalink
ci: Temporary use explicit upload-artifact version until bug is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Oct 15, 2024
1 parent 9e97f47 commit cf7fec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
cd ..; \
done;
- name: Preserve built Apache for perl-test job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.2
with:
name: apache-trunk
path: /usr/local/apache2
Expand Down

0 comments on commit cf7fec4

Please sign in to comment.