Skip to content

Commit

Permalink
Upgrade github action upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Sep 20, 2024
1 parent 3e5fe00 commit 01f8cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vvv-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
MYGID=$(id -g -n)
sudo chown -R $MYUID:$MYGID "$GITHUB_WORKSPACE/log"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: logs-on-docker
Expand Down

0 comments on commit 01f8cae

Please sign in to comment.