Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent dc74367 commit 229d34e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
examples_branch: ${{ github.event.inputs.pyglotaran_examples_branch }}

- name: Upload Example Plots Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-results
path: ${{ steps.example-run.outputs.plots-path }}

- name: Upload Example Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-results
path: ~/pyglotaran_examples_results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_compare_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
shell: bash

- name: Upload Example Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-results
path: ~/pyglotaran_examples_results
Expand Down

0 comments on commit 229d34e

Please sign in to comment.