Skip to content

Commit

Permalink
Update upload-artifact CI actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and AJenbo committed Sep 13, 2024
1 parent 828a442 commit 6278bf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cmake --build build -j $(nproc)
- name: Upload-Package
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: D1GraphicsTool-Linux-x64-qt5
path: build/D1GraphicsTool
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cmake --build build -j $(nproc)
- name: Upload-Package
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: D1GraphicsTool-Linux-x64
path: build/D1GraphicsTool
2 changes: 1 addition & 1 deletion .github/workflows/windows-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: D1GraphicsTool-Windows-x86
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: D1GraphicsTool-Windows-x64
path: dist

0 comments on commit 6278bf3

Please sign in to comment.