Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v7
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@v7
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@v7
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@v7
with:
name: package
path: '*.zip'
Loading