Skip to content

Commit

Permalink
Updated actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKay authored Dec 11, 2024
1 parent 3ce8cde commit b40ec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ls -l bin/
- name: Upload artifact windows-editor
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}
path: bin/*
path: bin/*

0 comments on commit b40ec19

Please sign in to comment.