Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • Loading branch information
github-actions[bot] authored Oct 31, 2023
2 parents 56ff8c6 + 2b9b1d7 commit 544fd4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -89,7 +89,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-user
path: ${{ steps.load-actions-second-run.outputs.actions-file-path }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: always()
with:
name: actions-organization-with-forks
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-organization
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: load-actions

- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-big-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: ${{ steps.load-actions.conclusion == 'success' }}}
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -92,7 +92,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-user
path: ${{ steps.load-actions-second-run.outputs.actions-file-path }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: always()
with:
name: actions-organization-with-forks
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: actions-organization
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand Down

0 comments on commit 544fd4d

Please sign in to comment.