Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to b4b15b8
Browse files Browse the repository at this point in the history
[skip pre-commit.ci]
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 2d08f2f commit 379b493
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 @@ -179,7 +179,7 @@ jobs:
if: env.WORKFLOW_DISPATCH_IF == 'true'

- name: Upload output of /molecule/resources/debug.yml as CI Artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: debug-${{ matrix.distro }}.yml
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: github.ref == 'refs/heads/master'

- name: upload docs directory for job transfer
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: docs
path: ./docs
Expand Down

0 comments on commit 379b493

Please sign in to comment.