Skip to content

Commit

Permalink
Merge pull request #947 from co-cddo/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.4.3

Bump actions/upload-artifact from 4.4.0 to 4.4.3
  • Loading branch information
RobNicholsGDS authored Oct 29, 2024
2 parents e3984e8 + 36a95a3 commit c2c78ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: bundle exec rake build

- name: Upload built site
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: site
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
publish_results: true

- name: "Upload artifact"
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit c2c78ae

Please sign in to comment.