Skip to content

Commit

Permalink
Update upload artifact action
Browse files Browse the repository at this point in the history
Update to the v4 of the action.

Part of adoptium/infrastructure#3534
  • Loading branch information
tellison committed Apr 24, 2024
1 parent 47f7ecf commit e0a5e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -143,7 +143,7 @@ jobs:
export _JAVA_OPTIONS="-Xmx4G"
./gradlew --parallel :ca-certificates:check --stacktrace
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: always() # always run even if the previous step fails
with:
name: test-results
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
mkdir ${{ matrix.product.version }}
mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }}
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: always() # always run even if the previous step fails
with:
name: test-results
Expand Down

0 comments on commit e0a5e9d

Please sign in to comment.