Skip to content

Commit

Permalink
Merge pull request juju#18997 from juju/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.6.1

build(deps): bump actions/upload-artifact from 4.4.1 to 4.6.1
  • Loading branch information
hpidcock authored Feb 28, 2025
2 parents a81527e + 2ea7b8e commit 1592773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/microk8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
if: ${{ failure() }}

- name: Upload debug log
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v2
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v2
with:
name: juju-debug-actions
path: juju-debug.log
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
if: ${{ failure() }}

- name: Upload inspect tarball
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v2
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v2
with:
name: inspection-report-actions
path: ./inspection-report-${{ strategy.job-index }}.tar.gz
Expand All @@ -174,7 +174,7 @@ jobs:
if: ${{ failure() }}

- name: Upload kubectl describe
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v2
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v2
with:
name: kubectl-describe-actions
path: describe/*.describe
Expand All @@ -192,7 +192,7 @@ jobs:
if: ${{ failure() }}

- name: Upload kubeflow pod logs
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v2
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v2
with:
name: kubectl-stdout-actions
path: stdout/*.log
Expand Down

0 comments on commit 1592773

Please sign in to comment.