Skip to content

Commit

Permalink
Merge pull request #187 from yubiuser/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/actions/upload-artifact-4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
yubiuser authored Dec 22, 2024
2 parents 3bbb9eb + 9e09e79 commit ce5c428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Upload CodeQL results as an artifact
if: success() || failure()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: codeql-results
path: ${{ steps.codeql_analysis.outputs.sarif-output }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
Expand Down

0 comments on commit ce5c428

Please sign in to comment.