Skip to content

Commit e9e85e5

Browse files
authored
Update deprecated GH actions
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 5a84125 commit e9e85e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -47,11 +47,12 @@ jobs:
4747
mvn -B -V -U -C -Poss-release,staging clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true -Dcopyright.ignoreyear=true
4848
echo "::set-output name=jdk::${{ matrix.java_version }}"
4949
- name: Upload binary image
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
if: success()
5252
with:
5353
name: parsson-dist
5454
path: bundles/dist/target/parsson-dist.zip
55+
overwrite: true
5556

5657
test:
5758
needs: build
@@ -74,7 +75,7 @@ jobs:
7475
with:
7576
fetch-depth: 0
7677
- name: Download binaries
77-
uses: actions/download-artifact@v2
78+
uses: actions/download-artifact@v4
7879
with:
7980
name: parsson-dist
8081
- name: Prepare distribution
@@ -86,7 +87,8 @@ jobs:
8687
build-root-directory: tck-impl
8788
arguments: check -Pparsson.home=image/parsson-dist -Pparsson.impl=${{ matrix.test_suite }}
8889
- name: Upload test results
89-
uses: actions/upload-artifact@v2
90+
uses: actions/upload-artifact@v4
9091
with:
9192
name: test-results
9293
path: tck-impl/build/distributions/tck-test-results.zip
94+
overwrite: true

0 commit comments

Comments
 (0)