Skip to content

Commit

Permalink
Merge pull request #442 from microsoft/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
jeffwilcox authored Feb 5, 2025
2 parents b34a2b9 + a921b56 commit 7c6fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Compress the static site"
run: zip -r ../site.zip .
working-directory: /home/runner/work/opensource.microsoft.com/opensource.microsoft.com/_site
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: "Store the site as an artifact"
with:
name: website
Expand Down

0 comments on commit 7c6fc09

Please sign in to comment.