Skip to content

Commit

Permalink
update artifact action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Nov 9, 2024
1 parent e74b2ec commit 0b8473f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
UST_VARIANT_TAG: ${{matrix.variant_tag}}
UST_VERSION: ${{ steps.get_version.outputs.version }}
- name: Make artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubuntu-jammy
path: dist/*.tar.gz
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
UST_VARIANT_TAG: ${{matrix.variant_tag}}
UST_VERSION: ${{ steps.get_version.outputs.version }}
- name: Make artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubuntu-focal
path: dist/*.tar.gz
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
cd dist
7z a user-sync-${{ steps.get_version.outputs.version }}${{matrix.variant_tag}}-win64.zip user-sync.exe
- name: Make artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows
path: dist/*.zip
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
UST_VERSION: ${{ steps.get_version.outputs.version }}
CONTAINER: ${{ matrix.container }}
- name: Make artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rocky
path: dist/*.tar.gz
Expand All @@ -230,15 +230,15 @@ jobs:
run: |
cd examples
zip -r user-sync-examples.zip .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: examples
path: examples/*.zip
retention-days: 30
- name: user-sync.tar.gz
run: |
tar -czvf "user-sync-examples.tar.gz" examples
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: examples
path: user-sync-examples.tar.gz
Expand All @@ -265,7 +265,7 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- name: Get version tag
id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit 0b8473f

Please sign in to comment.