Skip to content

Commit

Permalink
DEV-2991: update upload-artifact to v4
Browse files Browse the repository at this point in the history
v1 and v2 of the upload-artifact action have been deprecated. This
change upgrades to the latest version, v4.
  • Loading branch information
jiakf committed Sep 11, 2024
1 parent 1c8c60e commit 50e90f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- release/**
- hotfix/**
- feat/DEV-2991-update-upload-artifact-version
tags:
- '*'

Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
. ./package
echo "GDC_CLIENT_ZIP=$GDC_CLIENT_ZIP" >> $GITHUB_ENV
shell: bash
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.GDC_CLIENT_ZIP }}-py${{ matrix.python }}-${{ matrix.os }}
path: bin/gdc-client_*.zip

0 comments on commit 50e90f7

Please sign in to comment.