Skip to content

Commit

Permalink
fix: add 'v' to upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Apr 5, 2024
1 parent ef206f4 commit 33d71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcenter-doc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# HEROKU_DEB_SECRET_KEY: ${[ secrets.HEROKU_DEB_SECRET_KEY }}
# HEROKU_DEVCENTER_API_KEY: ${{ secrets.HEROKU_DEVCENTER_API_KEY }}
- name: Upload md file as artifact
uses: actions/upload-artifact@3
uses: actions/upload-artifact@v3
with:
name: heroku-cli-commands
path: /tmp/heroku-cli-commands.md

0 comments on commit 33d71ac

Please sign in to comment.