Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent ce4167f commit 296dfbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Find the package
run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
- name: Archive package as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: ${{ env.PKG }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Find the package
run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
- name: Archive package as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: ${{ env.PKG }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
GENERATOR: ${{ matrix.generator }}
EXTRA_ARGS: ${{ matrix.args }}
VCVER: ${{ matrix.vcver }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package
path: '*.zip'
Expand All @@ -182,7 +182,7 @@ jobs:
fetch-depth: 0
- name: MacOS Build
run: ./devops/build/ci-run.macos.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package
path: '*.zip'

0 comments on commit 296dfbb

Please sign in to comment.