Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/advanced-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: 📊 Upload build artifacts
if: matrix.os == 'ubuntu-latest' && matrix.node == '20'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: build-artifacts-${{ matrix.os }}-node${{ matrix.node }}
path: |
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY

- name: 📦 Upload optimized build
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: optimized-production-build
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-antivirus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Upload quarantine artifacts
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: quarantine-report
path: .quarantine/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitantivirus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Upload scan results
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: scan-results
path: scan-results.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
echo "✅ Changelog generated"

- name: Upload changelog
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: release-changelog
path: CHANGELOG_DRAFT.md
Expand Down
Loading