Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.2 to 3.1.3 in /.github/workflows
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
2 parents 621b5b3 + 6d4cebf commit 0c5a318
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 @@ -30,7 +30,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@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
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 @@ -42,7 +42,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@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
with:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'
Expand Down

0 comments on commit 0c5a318

Please sign in to comment.