Skip to content

Commit

Permalink
Update main.yml update upload artefact to use verison v4.4.3 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 6, 2024
1 parent 15b312c commit 563b73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Archive regression artifacts
if: matrix.mode == 'regression' && always()
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.4.3
with:
name: raptor_gui-linux-gcc-regression
path: |
Expand Down Expand Up @@ -396,14 +396,14 @@ jobs:
make test/batch
- name: Archive build artifacts
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.4.3
with:
name: raptor_gui-windows-msvc
path: ${{ github.workspace }}/install

- name: Archive regression artifacts
if: always()
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.4.3
with:
name: raptor_gui-windows-msvc-regression
path: |
Expand Down

0 comments on commit 563b73c

Please sign in to comment.