We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b82d6 commit a7268aaCopy full SHA for a7268aa
.github/workflows/release-branch.yml
@@ -251,7 +251,7 @@ jobs:
251
make package
252
253
- name: Archive AMD64 Binaries
254
- uses: actions/upload-artifact@v3.1.2 # v3.1.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
255
with:
256
name: nginx-agent-binaries-${{ inputs.packageVersion }}-amd64
257
path: |
@@ -261,7 +261,7 @@ jobs:
261
build/amd64/nginx-agent.buildend
262
263
- name: Archive ARM64 Binaries
264
265
266
name: nginx-agent-binaries-${{ inputs.packageVersion }}-arm64
267
0 commit comments