Skip to content

Commit

Permalink
GHA: BUMP actions/{upload,download}-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmiles committed Apr 5, 2024
1 parent e3fb3c3 commit f4b9756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
tar -zcf dist/artifacts.tar.gz -C dist/content .
- name: Upload - perform
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
name: java-schema-ipxact-maven2-jaxb${{ matrix.jaxb }}-artifacts
Expand All @@ -226,19 +226,19 @@ jobs:

# java-schema-ipxact-maven-m2-artifacts-jaxb${{ matrix.jaxb }}${{ env.dash_buildid }}${{ env.dash_buildyyyymmdd }}${{ env.dash_githash }}
- name: Download - java-schema-ipxact-maven2-jaxb2.2-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: java-schema-ipxact-maven2-jaxb2.2-artifacts
path: build/java-jaxb2.2-artifacts/

- name: Download - java-schema-ipxact-maven2-jaxb2.3-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: java-schema-ipxact-maven2-jaxb2.3-artifacts
path: build/java-jaxb2.3-artifacts/

- name: Download - java-schema-ipxact-maven2-jaxb3.0-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: java-schema-ipxact-maven2-jaxb3.0-artifacts
path: build/java-jaxb3.0-artifacts/
Expand Down

0 comments on commit f4b9756

Please sign in to comment.