Skip to content

Commit

Permalink
Update main.yml updated upload artefact to use version v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 6, 2024
1 parent 52f827e commit d483cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ jobs:
- name: Archive build artifacts
if: always ()
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: foedag-windows-msvc
path: ${{ github.workspace }}/install

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

0 comments on commit d483cb2

Please sign in to comment.