Skip to content

Commit

Permalink
Merge pull request #80 from felix-seifert/felix-seifert/upload-action…
Browse files Browse the repository at this point in the history
…-version

chore: upgrade to version `4` of `actions/upload-artifact`
  • Loading branch information
csgoh authored Feb 11, 2024
2 parents 6ed06ac + 43dec26 commit 79307a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload image diffs when tests failed
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: diffs-of-generated-roadmaps-${{ matrix.os }}-${{ matrix.python-version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m src.tests.roadmap_generators.roadmap_generator --operating-system $os --target-directory examples
- name: Upload generated roadmaps
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-roadmaps-${{ matrix.os }}
path: examples/

0 comments on commit 79307a8

Please sign in to comment.