Skip to content

Commit

Permalink
Merge pull request #2598 from OctopusDeploy/nj/upload-artifact-v4
Browse files Browse the repository at this point in the history
upload-artifact-v4
  • Loading branch information
steve-fenton-octopus authored Jan 8, 2025
2 parents 39ce564 + 94cf6c0 commit 0edc9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
packages: ${{ steps.package.outputs.package_file_path }}

- name: Let people download package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ ! env.SHOULD_DEPLOY }}
with:
name: docs-microsite
Expand Down

0 comments on commit 0edc9b5

Please sign in to comment.