Skip to content

Commit

Permalink
chore: upgrade to version 4 of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Jan 29, 2024
1 parent 6ed06ac commit 43dec26
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 43dec26

Please sign in to comment.