1
0
mirror of https://github.com/actions/upload-artifact.git synced 2026-07-04 15:49:23 +02:00

fix: deprecated Node.js version in action

This commit is contained in:
Hamir Mahal
2024-06-17 13:11:33 -07:00
parent a1d85e775a
commit a954e16c38
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL