Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.3 to 4.3.4 in /.github/workflows
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
2 parents 40af621 + cdbd517 commit cea057a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo '${{ steps.load-runner-info-org.outputs.grouped }}' > 'runners-grouped-organization.json'
- name: Upload result file as artefact for inspection
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo '${{ steps.load-runner-info-org.outputs.grouped }}' > 'runners-grouped-organization.json'
- name: Upload result file as artefact for inspection
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'
Expand Down

0 comments on commit cea057a

Please sign in to comment.