Skip to content

Commit

Permalink
Bump upload-artifact@v3 to upload-artifact@v4 (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko authored Dec 2, 2024
1 parent 2942781 commit 1da93ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/actions/dsl-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
- name: Upload result
if: ${{ always() && inputs.save-results }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.UPLOAD_ARTIFACT_NAME }}
path: ${{ env.PIPELINES_TEST_DIR }}/dsl/seed/build/reports/tests/test/
Expand Down

0 comments on commit 1da93ff

Please sign in to comment.