Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#234)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 52cb3b6 commit c668af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
command: npm run e2e --prefix ${{ matrix.pluginDir }}

- name: Uploading artifacts for tests with expected versions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.has-integration-tests.outputs.DIR == 'true' && steps.expected-version-tests.outcome != 'success' && steps.should-run-expected-latest-tests.outcome == 'success'
with:
name: ${{steps.example-name.outputs.PLUGIN_NAME}}-expected-version-tests
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
command: npm run e2e --prefix ${{ matrix.pluginDir }}

- name: Uploading artifacts for tests with latest version of Grafana
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.has-integration-tests.outputs.DIR == 'true' && steps.latest-version-tests.outcome != 'success' && steps.should-run-expected-latest-tests.outcome == 'success'
with:
name: ${{steps.example-name.outputs.PLUGIN_NAME}}-latest-version-tests
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

- name: Uploading artifacts for tests with canary versions
if: steps.has-integration-tests.outputs.DIR == 'true' && steps.canary-version-tests.outcome != 'success'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{steps.example-name.outputs.PLUGIN_NAME}}-canary-version-tests
path: |
Expand Down

0 comments on commit c668af9

Please sign in to comment.