Skip to content

Commit

Permalink
Upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 4, 2025
1 parent 268a68c commit e003a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: make tests
env:
PRIVATE_SSH_KEY: ${{secrets.PRIVATE_SSH_KEY}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: results
path: results
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Acceptance
run: make acceptance
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: acceptance
path: acceptance_tests/results
Expand Down

0 comments on commit e003a62

Please sign in to comment.