Skip to content

Commit

Permalink
Bump upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Feb 5, 2025
1 parent 2903778 commit d974b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
docker exec mysql sh /dump.sh | gzip > yourls.sql.gz
- name: Archive SQL Dump
if: ${{ inputs.cache_artifact }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yourls
path: ./yourls.sql.gz

0 comments on commit d974b0a

Please sign in to comment.