Skip to content

Commit

Permalink
update actions/upload download-artifact version to v4 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Feb 6, 2025
1 parent b942de8 commit ac7a50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: liquibase-redshift-artifacts

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Archive Redshift Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: redshift-test-results
path: build/spock-reports
Expand Down

0 comments on commit ac7a50b

Please sign in to comment.