|
49 | 49 | echo "Relevant extract from CHANGELOG.md:" |
50 | 50 | cat CHANGES.md |
51 | 51 | - name: Save CHANGES.md as artifact |
52 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 52 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
53 | 53 | with: |
54 | 54 | name: release-changes |
55 | 55 | path: CHANGES.md |
|
66 | 66 | steps: |
67 | 67 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
68 | 68 | - name: Download all artifacts |
69 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 69 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
70 | 70 | with: |
71 | 71 | path: artifacts |
72 | 72 | - name: Create release bundle with archives for all builds |
|
94 | 94 | artifacts/postgrest-windows-x86-64/postgrest.exe |
95 | 95 |
|
96 | 96 | - name: Save release bundle |
97 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 97 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
98 | 98 | with: |
99 | 99 | name: release-bundle |
100 | 100 | path: release-bundle |
@@ -140,11 +140,11 @@ jobs: |
140 | 140 | steps: |
141 | 141 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
142 | 142 | - name: Download x86-64 Docker image |
143 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 143 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
144 | 144 | with: |
145 | 145 | name: postgrest-docker-x86-64 |
146 | 146 | - name: Download aarch64 binary |
147 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 147 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
148 | 148 | with: |
149 | 149 | name: postgrest-ubuntu-aarch64 |
150 | 150 | - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 |
|
0 commit comments