Skip to content

Commit 1b029da

Browse files
committed
DWE-4580 github deprecated some actions
updated them to newer versions
1 parent 3003083 commit 1b029da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Output Release URL File
2323
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
2424
- name: Save Release URL File for publish
25-
uses: actions/upload-artifact@v1
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: release_url
2828
path: release_url.txt
@@ -54,7 +54,7 @@ jobs:
5454
cd build && sudo bsdtar --xz -cf $package_filename *
5555
echo ::set-output name=package_filename::$package_filename
5656
- name: Load Release URL File from release job
57-
uses: actions/download-artifact@v1
57+
uses: actions/download-artifact@v4
5858
if: contains(github.ref, '-android')
5959
with:
6060
name: release_url

0 commit comments

Comments
 (0)